home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7081 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  991 b 

  1. Path: Inter.NL.net!usenet
  2. From: Auke.Reitsma@net.HCC.nl (Auke Reitsma)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What is a right hand pointing arrow?
  5. Date: Sun, 18 Feb 1996 13:17:12 GMT
  6. Organization: Inter.NL.net, The Internet Provider in The Netherlands.
  7. Message-ID: <4g794c$em8@altrade.nijmegen.inter.nl.net>
  8. References: <824587015snz@metsys.demon.co.uk>
  9. Reply-To: Auke.Reitsma@net.HCC.nl
  10. NNTP-Posting-Host: rt99-1.rotterdam.nl.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. John Standen <John@metsys.demon.co.uk> wrote:
  14.  
  15. > I have a right arrow in my files, these cause the program
  16. > to terminate as a feof......what is the right arrow? can
  17. > I cull it without affecting the feof() search?
  18. > Does it have a decimal value? is that value different from
  19. > feof or EOF?
  20.  
  21. That right arrow is a end of file marker for text files. Its value is
  22. 0x27. Open your file in binary mode, that character will then be handled
  23. as a normal (control character.
  24.  
  25.  
  26. Greetings from Delft, The Netherlands.
  27.  
  28. Auke Reitsma
  29.  
  30.